home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 March / EnterCD 03_2003.iso / Multimedia / IntelliCAD 2001 3.3 / data1.cab / tablet / TABLET.DCL next >
Encoding:
Text File  |  2003-01-05  |  8.2 KB  |  410 lines

  1. // tablet_import.dcl
  2. // Copyright (C) 1998 Visio Corporation.  All Rights Reserved.
  3. //
  4. // By Ronald Prepchuk
  5.  
  6. tablet_import : dialog {
  7. label = "Tablet Menu Import";
  8. initial_focus = "filename_b";
  9. : row {
  10.   : column {
  11.     : row {
  12.       : edit_box {
  13.         key = "filename_e";
  14.         label = "Filename: ";
  15.         edit_width = 30;
  16.         width = 30;
  17.       }
  18.       : button {
  19.         key = "filename_b";
  20.         label = "Browse ...";
  21.       }
  22.     }//end row
  23.     : text_part {
  24.       key = "status";
  25.     }    
  26.     : text_part {
  27.       key = "error";
  28.     }
  29.     : row {
  30.       : column {
  31.         width = 6;
  32.         : text {
  33.           value = "Area";
  34.         }      
  35.         : text {
  36.           value = "Tablet 1";
  37.         }
  38.         : text {
  39.           value = "Tablet 2";
  40.         }
  41.         : text {
  42.           value = "Tablet 3";
  43.         }
  44.         : text {
  45.           value = "Tablet 4";
  46.         }
  47.         : text {
  48.           value = "Screen";
  49.         }
  50.       }//end column
  51.       : column {
  52.         : text {
  53.           value = "Cells";
  54.         }
  55.         : text {
  56.           key = "COUNT1";
  57.         }
  58.         : text {
  59.           key = "COUNT2";
  60.         }
  61.         : text {
  62.           key = "COUNT3";
  63.         }
  64.         : text {
  65.           key = "COUNT4";
  66.         }
  67.         : text {
  68.           key = "COUNTS";        
  69.           value = "1";
  70.         }
  71.       }//end column
  72.       : column {
  73.         : row {
  74.           : text {
  75.             value = "Upper Left";
  76.           }
  77.           : text {
  78.             value = "Lower Right";
  79.           }
  80.           : text {
  81.             value = "Import";
  82.           }        
  83.           }//end row
  84.         : row {
  85.           : edit_box {
  86.             key = "Tablet1_ul";
  87.           }
  88.           : edit_box {
  89.             key = "Tablet1_lr";
  90.           }
  91.           : toggle {
  92.             key = "Import1";
  93.           }          
  94.         }//end row
  95.         : row {
  96.           : edit_box {
  97.             key = "Tablet2_ul";
  98.           }
  99.           : edit_box {
  100.             key = "Tablet2_lr";
  101.           }
  102.           : toggle {
  103.             key = "Import2";
  104.           }          
  105.         }//end row
  106.         : row {        
  107.           : edit_box {
  108.             key = "Tablet3_ul";
  109.           }
  110.           : edit_box {
  111.             key = "Tablet3_lr";
  112.           }
  113.           : toggle {
  114.             key = "Import3";
  115.           }          
  116.         }//end row
  117.         : row {        
  118.           : edit_box {
  119.             key = "Tablet4_ul";
  120.           }
  121.           : edit_box {
  122.             key = "Tablet4_lr";
  123.           }
  124.           : toggle {
  125.             key = "Import4";
  126.           }        
  127.         }//end row
  128.         : row {        
  129.           : edit_box {
  130.             key = "Screen_ul";
  131.           }
  132.           : edit_box {
  133.             key = "Screen_lr";
  134.           }
  135.           : toggle {
  136.             key = "ImportS";
  137.             is_enabled = false;
  138.             value = "1";
  139.             //alignment = centered;
  140.           }        
  141.         }//end row        
  142.       }//end column
  143.     }//end row
  144.   }//end column
  145.   : column {
  146.     : text {
  147.       value = "Tablet Menu Layout:";
  148.       alignment = centered;
  149.     }
  150.     : row {
  151.       : spacer {
  152.       }
  153.       : text_part {
  154.         value = "1";
  155.       }
  156.       : spacer {
  157.         width = 24;
  158.       }      
  159.       : text_part {
  160.         value = "26";
  161.       }
  162.     }
  163.     : row {
  164.       : column {
  165.         : text_part {
  166.           value = "A";
  167.         }
  168.         : text_part {
  169.           value = "Z";
  170.         }
  171.       }
  172.       : column {
  173.         : image {
  174.           key = "layout";
  175.           width = 30;
  176.           aspect_ratio = 1;
  177.           color = 1;
  178.           }
  179.         }//end column
  180.       }// row
  181.     }//end column
  182.   }//end row
  183.   : spacer{
  184.     height = 1;
  185.   }
  186. ok_cancel_help;
  187. }
  188.  
  189. // tablet_modify.dcl
  190. // Copyright (C) 1998 Visio Corporation.  All Rights Reserved.
  191. //
  192. // By Ronald Prepchuk
  193.  
  194. modify_tablet : dialog {
  195. label = "Tablet Menu Modify";
  196. initial_focus = "filename_b";
  197. : row {
  198.   : column {
  199.     : text {
  200.       value = "Tablet Menu Layout:";
  201.       alignment = centered;
  202.     }
  203.     : row {
  204.       : text_part {
  205.         label = "Rows:";
  206.       }    
  207.       : text_part {
  208.         value = "1";
  209.       }
  210.       : text_part {
  211.         label = "          Columns:        ";
  212.         width = 24;        
  213.       }      
  214.       : text_part {
  215.         value = "26";
  216.       }
  217.     }
  218.     : row {
  219.       : column {
  220.         : text_part {
  221.           value = "     A";
  222.           alignment = right;
  223.         }
  224.         : text_part {
  225.           value = "     Z";
  226.           alignment = right;          
  227.         }
  228.       }
  229.       : column {
  230.         : image_button {
  231.           key = "layout";
  232.           width = 40;
  233.           aspect_ratio = 1;
  234.           color = 1;
  235.           }
  236.         }//end column
  237.       }// row
  238.     }//end column
  239.   }//end row
  240.   : spacer{
  241.     height = 1;
  242.   }
  243.   : text_part {
  244.     label = "";
  245.     key = "cell_num";
  246.   }
  247.   : edit_box {
  248.     label = "Cell contents:";
  249.     key = "cell";
  250.     edit_limit = 255;
  251.     edit_width = 40;
  252.   }
  253.   : column {
  254.     : row {
  255.         fixed_width = true;
  256.         alignment = centered;
  257.     : button {
  258.       label = "Done";
  259.       key = "accept";
  260.       is_default = true;
  261.       is_cancel = true;
  262.       fixed_width = true;
  263.       mnemonic = "D";
  264.     }
  265.         : spacer { width = 2; }
  266.         help_button;
  267.     }
  268.   } 
  269. }
  270.  
  271.  
  272. // button_modify.dcl
  273. // Copyright (C) 1998 Visio Corporation.  All Rights Reserved.
  274. //
  275. // By Ronald Prepchuk
  276.  
  277.  
  278. modify_button : dialog {
  279. label = "Modify Puck Buttons";
  280. typeface = "Arial";
  281.   : row {
  282.     : radio_column {
  283.       key = "picks";
  284.       : radio_button {
  285.         label = "Standard Pick";
  286.         value = "1";
  287.         key = "pick_st";
  288.         mnemonic = "S";
  289.       }
  290.       : radio_button {
  291.         label = "Shift Pick";
  292.         key = "pick_sh";
  293.         mnemonic = "S";
  294.       }
  295.       : radio_button {
  296.         label = "Control Pick";
  297.         key = "pick_co";
  298.         mnemonic = "C";      
  299.       }
  300.       : radio_button {
  301.         label = "Control+Shift Pick";
  302.         key = "pick_cs";
  303.         mnemonic = "C";
  304.       }
  305.     }//end radio_column
  306.     : boxed_row {
  307.       label = "Select button to modify:";
  308.       : column {
  309.         : button {
  310.           label = "1";
  311.           key = "pbutton1";
  312.           }
  313.         : button {
  314.           label = "5";
  315.           key = "pbutton5";
  316.         }          
  317.         : button {
  318.           label = "9";
  319.           key = "pbutton9";
  320.         }
  321.         : button {
  322.           label = "13";
  323.           key = "pbutton13";
  324.         }        
  325.       }// end column
  326.       : column {
  327.         : button {
  328.           label = "2";
  329.           key = "pbutton2";
  330.         }
  331.         : button {
  332.           label = "6";
  333.           key = "pbutton6";
  334.         }
  335.         : button {
  336.           label = "10";
  337.           key = "pbutton10";
  338.         }
  339.         : button {
  340.           label = "14";
  341.           key = "pbutton14";
  342.         }        
  343.       }// end row
  344.       : column {
  345.         : button {
  346.           label = "3";
  347.           key = "pbutton3";
  348.         }
  349.         : button {
  350.           label = "7";
  351.           key = "pbutton7";
  352.         }
  353.         : button {
  354.           label = "11";
  355.           key = "pbutton11";
  356.         }
  357.         : button {
  358.           label = "15";
  359.           key = "pbutton15";
  360.         }        
  361.       }// end row
  362.       : column {
  363.         : button {
  364.           label = "4";
  365.           key = "pbutton4";
  366.         }
  367.         : button {
  368.           label = "8";
  369.           key = "pbutton8";
  370.         }
  371.         : button {
  372.           label = "12";
  373.           key = "pbutton12";
  374.         }        
  375.         : button {
  376.           label = "16";
  377.           key = "pbutton16";
  378.         }
  379.       }// end row
  380.     }//end column
  381.   }//end row
  382.   : text_part {
  383.     label = "";
  384.     key = "button_num";
  385.   }
  386.   : edit_box {
  387.     label = "Button contents:";
  388.     key = "button";
  389.     edit_limit = 255;
  390.     edit_width = 40;
  391.   }
  392.   : column {
  393.     : row {
  394.         fixed_width = true;
  395.         alignment = centered;
  396.     : button {
  397.       label = "Done";
  398.       key = "accept";
  399.       is_default = true;
  400.       is_cancel = true;
  401.       fixed_width = true;
  402.       mnemonic = "D";
  403.     }
  404.     : spacer { width = 2; }
  405.     help_button;
  406.     }
  407.   }
  408. }
  409.  
  410.